home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
lmitool
/
testh2hinf
< prev
next >
Wrap
Text File
|
1999-09-16
|
249b
|
14 lines
getf(SCI+'/demos/lmitool/h2hinf.sci','c');
n=4;m1=1;m2=2;n1=2;n2=2;
A=rand(n,n);
B2=rand(n,m2);
C2=rand(n2,n);
B1=rand(n,m1);
C1=rand(n1,n);
D11=rand(n1,m1);
D12=rand(n1,m2);
D22=rand(n2,m2);
gama=10;
[X,Y,L]=h2hinf(A,B1,B2,C1,C2,D11,D12,D22,gama)